luci-app-banip: switch IP query provider
authorDirk Brenken <[email protected]>
Sun, 2 May 2021 19:20:43 +0000 (21:20 +0200)
committerDirk Brenken <[email protected]>
Sun, 2 May 2021 19:20:43 +0000 (21:20 +0200)
* switch to IPWHOIS.IO for IP report queries, the IP geolocation API is
  more accurate & faster

Signed-off-by: Dirk Brenken <[email protected]>
35 files changed:
applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js
applications/luci-app-banip/po/ar/banip.po
applications/luci-app-banip/po/bg/banip.po
applications/luci-app-banip/po/bn_BD/banip.po
applications/luci-app-banip/po/ca/banip.po
applications/luci-app-banip/po/cs/banip.po
applications/luci-app-banip/po/de/banip.po
applications/luci-app-banip/po/el/banip.po
applications/luci-app-banip/po/en/banip.po
applications/luci-app-banip/po/es/banip.po
applications/luci-app-banip/po/fi/banip.po
applications/luci-app-banip/po/fr/banip.po
applications/luci-app-banip/po/he/banip.po
applications/luci-app-banip/po/hi/banip.po
applications/luci-app-banip/po/hu/banip.po
applications/luci-app-banip/po/it/banip.po
applications/luci-app-banip/po/ja/banip.po
applications/luci-app-banip/po/ko/banip.po
applications/luci-app-banip/po/mr/banip.po
applications/luci-app-banip/po/ms/banip.po
applications/luci-app-banip/po/nb_NO/banip.po
applications/luci-app-banip/po/nl/banip.po
applications/luci-app-banip/po/pl/banip.po
applications/luci-app-banip/po/pt/banip.po
applications/luci-app-banip/po/pt_BR/banip.po
applications/luci-app-banip/po/ro/banip.po
applications/luci-app-banip/po/ru/banip.po
applications/luci-app-banip/po/sk/banip.po
applications/luci-app-banip/po/sv/banip.po
applications/luci-app-banip/po/templates/banip.pot
applications/luci-app-banip/po/tr/banip.po
applications/luci-app-banip/po/uk/banip.po
applications/luci-app-banip/po/vi/banip.po
applications/luci-app-banip/po/zh_Hans/banip.po
applications/luci-app-banip/po/zh_Hant/banip.po

index 5836f8d4d394c7f50e39e50986237f37f43be671..b08ffffded09c9b9e8172dcbfc0738d30fcabfe1 100644 (file)
@@ -142,8 +142,7 @@ return view.extend({
                                ]);
                                for (var i = 0; i < content.ipsets[key].member_acc.length; i++) {
                                        if (key != 'maclist' && key.substr(0,9) != 'whitelist') {
-                                               urlprefix = content.ipsets[key].member_acc[i].member.includes('/') ? 'prefix/' : 'ip/';
-                                               member = '<a href="https://api.bgpview.io/' + urlprefix + encodeURIComponent(content.ipsets[key].member_acc[i].member) + '" target="_blank" rel="noreferrer noopener" title="IP/CIDR Lookup" >' + content.ipsets[key].member_acc[i].member + '</a>';
+                                               member = '<a href="https://ipwhois.app/json/' + encodeURIComponent(content.ipsets[key].member_acc[i].member) + '" target="_blank" rel="noreferrer noopener" title="IP/CIDR Lookup" >' + content.ipsets[key].member_acc[i].member + '</a>';
                                                button = E('button', {
                                                        'class': 'btn cbi-button cbi-button-apply',
                                                        'style': 'word-break: inherit',
index a3406e4ac1660b7fb0f623c7d1be9e2d28cad2ea..74865e7a1dcb0e53a799fffb80dee6e065c8c752 100644 (file)
@@ -347,7 +347,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -356,7 +356,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -487,27 +487,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -549,7 +549,7 @@ msgstr "استعلام"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "نعش الذاكرة"
@@ -790,13 +790,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -857,7 +857,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "القائمة البيضاء ..."
 
index 0db2b926fab554652e7eb31bc88ffb632ffcf7b0..aa0e3d785c6ddbe23ce910f3114b93abaa951e45 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index bc99898bf4a4fd14c779f666a2278c9b6548d50b..40807866e1b47d88cf1e4aa83592259eb9e5be57 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index b9d851cb88708e59e09fb88f9393f72da1e29e81..e4d4f560ed9d0fac45b7bdb2297bed78eafa4ee2 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr "Consulta"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Actualitza"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 862b71a66ddc8ce8e03a3b62977d59675cf7c201..a55431b17a2c640ae6b32061a21fbb51ca0912d8 100644 (file)
@@ -346,7 +346,7 @@ msgstr "Informace o IPSet"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Aktualizovat"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 417ac64ef3eca5d28c566d8df5e5e2ce12ab3bfa..03d0416c23c0408fe185266c934b7466421dd8c7 100644 (file)
@@ -363,7 +363,7 @@ msgstr "IPSet-Information"
 msgid "IPSet Query"
 msgstr "IPSet Suche"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr "IPSet Suche..."
 
@@ -372,7 +372,7 @@ msgstr "IPSet Suche..."
 msgid "IPSet Report"
 msgstr "IPSet Report"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "IPSet Details"
 
@@ -505,27 +505,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -567,7 +567,7 @@ msgstr "Abfrage"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Aktualisieren"
@@ -808,13 +808,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -875,7 +875,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Positivliste..."
 
index efbb1f21cda4fcd33e3d42230f077b992d282161..19bfd483f9ff49359e38909d7bc79796ea53a501 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index fdf30aba36bccabd5dcad165f0a4e7f2af8e9eb6..243fbb37b7565cd4b8f31c81b37af391cc9e1c57 100644 (file)
@@ -340,7 +340,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -349,7 +349,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -480,27 +480,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -542,7 +542,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -782,13 +782,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -849,7 +849,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 1958c77ee44e2a794b9347f19e05fb16e4e65e01..c942c8735b96dc99634f58d437223fa79ecebd21 100644 (file)
@@ -369,7 +369,7 @@ msgstr "Información de IPSet"
 msgid "IPSet Query"
 msgstr "Consulta IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr "Consulta IPSet..."
 
@@ -378,7 +378,7 @@ msgstr "Consulta IPSet..."
 msgid "IPSet Report"
 msgstr "Informe IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "Detalles del IPSet"
 
@@ -517,27 +517,27 @@ msgstr "¡Aún no hay registros relacionados con banIP!"
 msgid "Normal Priority (default)"
 msgstr "Prioridad normal (predeterminado)"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr "Número de entradas CIDR"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr "Número de entradas de IP"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr "Número de entradas MAC"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr "Número de entradas accedidas"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr "Número de todos los IPSets"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr "Número de todas las entradas"
 
@@ -590,7 +590,7 @@ msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 "Dirección del receptor de los correos electrónicos de notificación de banIP."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Refrescar"
@@ -878,7 +878,7 @@ msgstr ""
 "comentarios introducidos con '#' están permitidos; los comodines y las "
 "expresiones regulares no."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
@@ -886,7 +886,7 @@ msgstr ""
 "Esta pestaña muestra el último informe IPSet generado, presione el botón "
 "'Actualizar' para obtener uno actual."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr "Marca de tiempo"
 
@@ -951,7 +951,7 @@ msgstr ""
 "Se han guardado los cambios de la lista blanca. Actualice sus listas de "
 "banIP para que los cambios surtan efecto."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Lista blanca..."
 
index b78e2dc6856ff909a30269a2ab205721af3279bb..8f3f0d7307a29632bddc47991dabaaa905e3df2f 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Päivitä"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 07b6f2685040bd66d6dcaa9b4f002a484133f4ac..5dda2e6f3823fa978964033e4a422fbe54db97fd 100644 (file)
@@ -350,7 +350,7 @@ msgstr "Informations IPSet"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -359,7 +359,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -420,8 +420,8 @@ msgstr ""
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:447
 msgid "List of supported and fully pre-configured download utilities."
 msgstr ""
-"Liste des utilitaires de téléchargement pris en charge et entièrement "
-"pré-configurés."
+"Liste des utilitaires de téléchargement pris en charge et entièrement pré-"
+"configurés."
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:793
 msgid "Local Sources"
@@ -492,27 +492,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -554,7 +554,7 @@ msgstr "Requête"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Actualiser"
@@ -798,13 +798,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -865,7 +865,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Liste Blanche..."
 
index 19392674ce22ccc74fd026f679402cfc8cc8af7a..deb7ca32fba1a3cdf9a2c60b4765bb8d24f83d13 100644 (file)
@@ -347,7 +347,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -356,7 +356,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -487,27 +487,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -549,7 +549,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -789,13 +789,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -856,7 +856,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index b725d789c6fab3d1ccc2e47b759a3af5d845b3ad..11742dacb18cf833a12e0fa50c56571407f7792c 100644 (file)
@@ -340,7 +340,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -349,7 +349,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -480,27 +480,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -542,7 +542,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -782,13 +782,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -849,7 +849,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 4e8d822d396c13ed725676a633e49892c8bc5579..00cfb83c3f8a210bdaae06df377eecd53abb16de 100644 (file)
@@ -348,7 +348,7 @@ msgstr "IPSet információk"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -357,7 +357,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -488,27 +488,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -550,7 +550,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Frissítés"
@@ -792,13 +792,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -859,7 +859,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 22a33a116a968183f4572d2de689fa8f0d87e77b..bcf05526ea09bbac3bcee865c370131a6fc70151 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Ricaricare"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index c04e54be2435fbe8d19ba5ef96c387fa2e2c19f6..0fb844d208c5554b889862bec35dade85875fec4 100644 (file)
@@ -346,7 +346,7 @@ msgstr "IPSet 情報"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "IPSet 詳細"
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr "通常の優先度 (デフォルト)"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr "CIDR エントリ 数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr "IP エントリ 数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr "MAC エントリ 数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr "アクセスされたエントリ数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr "全エントリ数"
 
@@ -548,7 +548,7 @@ msgstr "検索"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "リフレッシュ"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr "タイムスタンプ"
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "ホワイトリスト..."
 
index 75f2b2f7f90ce1bf132fdec0b59191fa3f2cfcab..156f8f08c28b583f4f920e66e4b0bb31095c4e2b 100644 (file)
@@ -347,7 +347,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -356,7 +356,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -487,27 +487,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -549,7 +549,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -789,13 +789,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -856,7 +856,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 4c0f012ab59a51bca863ccf6916d03c4bb921ce6..5599b82147629e3029d8820222e83dccd25c3dd1 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index fa54df0373fdf001bdf3b20df4d4e1417b4fb23b..963ef70dd99849e0b102686cfc6fbda148dba1c5 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index a68ca7dc1cb2c17088f320af2f5ba93a7332bfd5..bafbaf82c0edad2fdb82a41a20e16df684d0c9f0 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr "Spørring"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Gjenoppfrisk"
@@ -789,13 +789,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -856,7 +856,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Hvitliste …"
 
index 052248c475efd2104ae6c1fd82dd108dbc73dbc4..78a2b1c9c1e066dc143f48cde869d69971b9d1e9 100644 (file)
@@ -348,7 +348,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -357,7 +357,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -488,27 +488,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -550,7 +550,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -790,13 +790,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -857,7 +857,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index c5a2f117d5497516c30c77d93fe2213057a5b8b4..402ff72a33b38d64345a48533bef24705260705d 100644 (file)
@@ -366,7 +366,7 @@ msgstr "Informacje IPSet"
 msgid "IPSet Query"
 msgstr "Zapytanie IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr "Zapytanie IPSet ..."
 
@@ -375,7 +375,7 @@ msgstr "Zapytanie IPSet ..."
 msgid "IPSet Report"
 msgstr "Raport IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "Szczegóły IPSet"
 
@@ -513,27 +513,27 @@ msgstr "Brak dzienników związanych z banIP!"
 msgid "Normal Priority (default)"
 msgstr "Normalny priorytet (domyślny)"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr "Liczba wpisów CIDR"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr "Liczba wpisów IP"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr "Liczba wpisów MAC"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr "Liczba wpisów, do które uzyskały dostęp"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr "Liczba wszystkich zestawów IP"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr "Liczba wszystkich wpisów"
 
@@ -583,7 +583,7 @@ msgstr "Zapytanie"
 msgid "Receiver address for banIP notification e-mails."
 msgstr "Adres odbiorcy wiadomości e-mail z powiadomieniem BanIP."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Odśwież"
@@ -856,7 +856,7 @@ msgstr ""
 "IPv6 lub nazwę domeny na wiersz. Komentarze wprowadzone z \"#\" są dozwolone "
 "- symbole wieloznaczne i wyrażenia regularnego nie są."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
@@ -864,7 +864,7 @@ msgstr ""
 "Ta zakładka pokazuje ostatni wygenerowany raport IPSet, naciśnij przycisk "
 "'Odśwież', aby uzyskać aktualny raport."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr "Sygnatura czasowa"
 
@@ -929,7 +929,7 @@ msgstr ""
 "Zmiany na białej liście zostały zapisane. Odśwież listę banIP, aby zmiany "
 "zostały wprowadzone."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Biała lista ..."
 
index 618b1e676b64679e9f7daf07f06b68b47b97db00..dd942e40a5953b67cbda36c15aaed5bccb894af6 100644 (file)
@@ -356,7 +356,7 @@ msgstr "Informações IPSet"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -365,7 +365,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -498,27 +498,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -560,7 +560,7 @@ msgstr "Consulta"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Atualizar"
@@ -803,13 +803,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -870,7 +870,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Lista Branca..."
 
index e0b2b956d2b2ef3fe708ebe1469f3ad1ff4d0967..41b7f23c0fbe76dc4788da64e4884bc95cfa06db 100644 (file)
@@ -366,7 +366,7 @@ msgstr "Informações IPSet"
 msgid "IPSet Query"
 msgstr "Consulta IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr "Consulta IPSet..."
 
@@ -375,7 +375,7 @@ msgstr "Consulta IPSet..."
 msgid "IPSet Report"
 msgstr "Relatório IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "Detalhes do IPSet"
 
@@ -512,27 +512,27 @@ msgstr "Ainda não há nenhum registro relacionado ao banIP!"
 msgid "Normal Priority (default)"
 msgstr "Prioridade Normal (padrão)"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr "A quantidade das entradas CIDR"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr "A quantidade das entradas IP"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr "A quantidade das entradas MAC"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr "A quantidade das entradas que foram acessadas"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr "A quantidade de todos os IPSets"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr "A quantidade de todas as entradas"
 
@@ -582,7 +582,7 @@ msgstr "Consulta"
 msgid "Receiver address for banIP notification e-mails."
 msgstr "O endereço do destinatário para os e-mails de notificação do banIP."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Atualizar"
@@ -862,7 +862,7 @@ msgstr ""
 "endereço IPv4, endereço IPv6 ou nome de domínio por linha. Comentários "
 "iniciados com '#' são permitidos - curingas e regex não."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
@@ -870,7 +870,7 @@ msgstr ""
 "Esta aba mostra o último Relatório gerado do Conjunto de IPs, pressione o "
 "botão 'Atualizar' para obter o atual."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr "Marca de Tempo"
 
@@ -935,7 +935,7 @@ msgstr ""
 "As alterações da lista branca foram salvas. Atualize a sua lista BanIP para "
 "que as alterações surtam efeito."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Lista Branca..."
 
index 54f1d5c28ecd71c50c3d1b8cbf7e678c3086bc04..3c45739afe5aa24b0b4611864721a5c560934a3d 100644 (file)
@@ -349,7 +349,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -358,7 +358,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -489,27 +489,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Reîmprospătare"
@@ -791,13 +791,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -858,7 +858,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 036ada3a9cf2f6a9c996b0d8d4f1d5418eeeb552..a6824065b334461c199935e097661458db4be14d 100644 (file)
@@ -347,7 +347,7 @@ msgstr "Информация об IPSet"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -356,7 +356,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -488,27 +488,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -550,7 +550,7 @@ msgstr "Запрос"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Обновить"
@@ -790,13 +790,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -857,7 +857,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Белый список..."
 
index 6b3c54d4db68399b17b5a1d647314637ec5f08d6..6a8aa53df3c59291514cb3de05c9a1f1777dfc9a 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index d7da4199df46c3e08aec635afbaf213727942378..304c94c1dedaa4eb23157c8e5af48e90ce530e6d 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Uppdatera"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index bc3e1edea1d81d3cd213bc8cd25e467f5140b036..6bc63858bbade51cd2e11eec8da0ed85e7e309e8 100644 (file)
@@ -337,7 +337,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -477,27 +477,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -539,7 +539,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -779,13 +779,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -846,7 +846,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index c74fcc81717f399288fc1d917e330db7400e8d88..6d1b900bdbd3ca00e3c7e70acf7a8ccf27a928c1 100644 (file)
@@ -348,7 +348,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -357,7 +357,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -488,27 +488,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -550,7 +550,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Yenile"
@@ -790,13 +790,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -857,7 +857,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 07e6bd17aa739a3a98c70c471868acff10be1b0d..54fa82b9fc6310849e35118882259de5fa36044f 100644 (file)
@@ -347,7 +347,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -356,7 +356,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -487,27 +487,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -549,7 +549,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Оновити"
@@ -789,13 +789,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -856,7 +856,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index c9b226b7b7dcb81d00d1fa8dc8f2cfddd65c0b0c..48cec8721d6be87ac685b7629e973692394808e8 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -856,7 +856,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 2b80029caba7659b0f09d0d056693931da2d0160..7bacd8f396c547c919306ab6a9fdd41098ade1fc 100644 (file)
@@ -349,7 +349,7 @@ msgstr "IPSet 信息"
 msgid "IPSet Query"
 msgstr "IPSet 查询"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr "IPSet 查询..."
 
@@ -358,7 +358,7 @@ msgstr "IPSet 查询..."
 msgid "IPSet Report"
 msgstr "IPSet 报告"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "IPSet 详情"
 
@@ -491,27 +491,27 @@ msgstr "尚无 banIP 相关的日志!"
 msgid "Normal Priority (default)"
 msgstr "正常优先级(默认)"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr "CIDR 条目数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr "IP 条目数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr "MAC 条目数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr "访问的条目数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr "全部 IPSet 条目数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr "全部条目数"
 
@@ -553,7 +553,7 @@ msgstr "查询"
 msgid "Receiver address for banIP notification e-mails."
 msgstr "banIP 通知电子邮件的接收者地址。"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "刷新"
@@ -582,7 +582,8 @@ msgstr "重启"
 msgid ""
 "Restrict the internet access from/to a small number of secure websites/IPs "
 "and block access from/to the rest of the internet."
-msgstr "限制来自/到少数安全网站/IP的互联网访问,拦截来自/到互联网其余部分的访问。"
+msgstr ""
+"限制来自/到少数安全网站/IP的互联网访问,拦截来自/到互联网其余部分的访问。"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:60
 msgid "Result"
@@ -804,13 +805,13 @@ msgstr ""
 "</b></em>每行仅添加一个 IPv4 地址、IPv6 地址或域名。注释以“#”开头。不允许使"
 "用通配符和正则表达式。"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr "该选项卡显示了上一次生成的 IPSet 报告,点击“刷新”按钮可获得当前报告。"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr "时间戳"
 
@@ -871,7 +872,7 @@ msgid ""
 "take effect."
 msgstr "白名单更改已经保存。刷新您的 banIP 列表以使更改生效。"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "白名单..."
 
index f00becb4f80c9d39286b204aa430c6bd2febdeaf..ffb68fd31b4076fb3d12385b5090a64a9ccb267f 100644 (file)
@@ -346,7 +346,7 @@ msgstr "IPSet信息"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "重新整理"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""